projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b6d48
)
gtkframe: format fix
author
Carlos Soriano
<csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:53 +0000
(20:52 +0100)
committer
Carlos Soriano
<csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:53 +0000
(20:52 +0100)
gtk/gtkframe.c
patch
|
blob
|
history
diff --git
a/gtk/gtkframe.c
b/gtk/gtkframe.c
index da96b8f6c5d59c57434cbed691d4b94cb4e2c9db..19b25713847772a7de4b4d13642ed0f62acc450f 100644
(file)
--- a/
gtk/gtkframe.c
+++ b/
gtk/gtkframe.c
@@
-892,8
+892,6
@@
gtk_frame_real_compute_child_allocation (GtkFrame *frame,
child_allocation->y = allocation.y + border_width + height;
child_allocation->width = MAX (1, allocation.width - 2 * border_width);
child_allocation->height = MAX (1, allocation.height - 2 * border_width - height);
-
-
}
static void